runtime.heapStatsDelta.largeAlloc (field)
7 uses
runtime (current package)
arena.go#L1078: atomic.Xadd64(&stats.largeAlloc, int64(s.elemsize))
mcache.go#L242: atomic.Xadd64(&stats.largeAlloc, int64(npages*pageSize))
metrics.go#L611: a.totalAllocated = a.largeAlloc
mstats.go#L394: totalAlloc := consStats.largeAlloc
mstats.go#L682: largeAlloc uint64 // bytes allocated for large objects
mstats.go#L704: a.largeAlloc += b.largeAlloc
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)